Adwaita: Style .toolbar
authorMatthias Clasen <mclasen@redhat.com>
Mon, 4 May 2020 14:51:11 +0000 (10:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 4 May 2020 14:51:11 +0000 (10:51 -0400)
We don't have GtkToolbar anymore, so we are more likely
to meet a .toolbar style class, than a toolbar element.

gtk/theme/Adwaita/_common.scss

index ba1e6738dd83408ee4d37cf81fa9ed0f89f7da90..fdb9fe31c76658e190def3c41a50bd3299eaf95b 100644 (file)
@@ -1291,6 +1291,7 @@ combobox {
   background-color: $bg_color;
 }
 
+.toolbar,
 toolbar {
   @extend %toolbar;